📚 docs/README.skills.md :: Add install into vs-code button#856
Closed
ranma2913 wants to merge 3 commits into
Closed
📚 docs/README.skills.md :: Add install into vs-code button#856ranma2913 wants to merge 3 commits into
ranma2913 wants to merge 3 commits into
Conversation
Author
|
I guess maybe this PR can't be merged because there's not yet an MCP located at https://aka.ms/awesome-copilot/install/skills ??? |
Contributor
|
See #855 (comment) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Adds "Install in VS Code" and "Install in VS Code Insiders" badge buttons to every entry in the Skills README table (
docs/README.skills.md), making it as easy to install skills as it already is for agents, instructions, and hooks.My attempt to resolve #855
Changes
eng/update-readme.mjs: UpdatedgenerateSkillsSection()to callmakeBadges()for each skill entry and corrected the link path so badges resolve correctly.eng/constants.mjs:skillstoAKA_INSTALL_URLS(https://aka.ms/awesome-copilot/install/skills).docs/README.skills.md: Regenerated vianpm run build— all skill table rows now include VS Code and VS Code Insiders install badges.Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.